Appliance Recovery Backup Parts Part

Appliance Recovery Backup Parts Part
Appliance Recovery Backup Parts Part

Appliance Recovery Backup Parts Part schema Structure representing backup restore part

JSON Example
{
    "id": "string",
    "name": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ]
    },
    "description": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ]
    },
    "selected_by_default": false,
    "optional": false,
    "standalone": false
}
string
id
Required

part ID

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts.

name
Required

part name id in message bundle

description
Required

part description id in message bundle

boolean
selected_by_default
Required

Is this part selected by default in the user interface.

boolean
optional
Required

Is this part optional.

boolean
standalone
Optional

This flag will be true if this part can be restored independently of an entire VCSA restore

This property was added in vSphere API 8.0.3.0.

This property is optional because it was added in a newer version than its parent node.